MailSlot — A MailSlot is a type of interprocess communication that allows communication between processes both locally and over a network. The use of MailSlots is generally simpler than named pipes or sockets, but they are more limited. Features MailSlots… … Wikipedia
Inter-process communication — For other uses, see IPC. In computing, Inter process communication (IPC) is a set of methods for the exchange of data among multiple threads in one or more processes. Processes may be running on one or more computers connected by a network. IPC… … Wikipedia
Network redirector — A network redirector, or redirector, is an operating system driver that sends data to and receives data from a remote device. A network redirector provides mechanisms to locate, open, read, write, and delete files and submit print jobs. It… … Wikipedia
Intranet Chat — Не путать с iChat Intranet Chat Окно программы iChat Тип Чат Разработчик Александр Ворожун Операционная система … Википедия
named pipe — A communications API used by applications running on a network. Named pipes provide connection oriented messaging between a client and a server using routines similar to those used in normal operations for opening, reading, and writing to… … Dictionary of networking
pipe — A section of memory that can be used by a program or a command to pass information to a second command for processing. The information is stored in a firstin first out basis and is not altered during transmission. A pipe is opened like a file… … Dictionary of networking
semaphore — An interprocess communication signal that indicates the status of a shared system resource, such as shared memory, in a multitasking operating system. There are several types of semaphores: • Event Allows a thread to tell other threads… … Dictionary of networking
shared memory — An interprocess communications technique in which the same memory is accessed by more than one program running in a multitasking operating system. Semaphores or other management elements prevent the applications from colliding or trying to… … Dictionary of networking
socket — 1. A general purpose interprocess communication mechanism, originally developed in the Unix world. Sockets allow processes that are not running at the same time or on the same system to exchange information; pairs of cooperating sockets manage … Dictionary of networking